home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 266 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: news.thomtech.com!admin
  2. From: jbeardsley@teir.com (Jeff Beardsly)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MSVC++ porting to SunOS? With MFC?
  5. Date: Wed, 03 Jan 1996 13:29:58 GMT
  6. Organization: TEIR
  7. Message-ID: <4ce0p0$obj@ttis.thomtech.com>
  8. References: <4c6ine$lgo@oravannahka.Helsinki.FI>
  9. Reply-To: jbearsley@teir.com
  10. NNTP-Posting-Host: jbeardsl-pc.teir.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. hheikkin@cc.Helsinki.FI (Hannu M Heikkinen) wrote:
  14.  
  15. >Hello,
  16.  
  17. >I would like to have some comments about the subject followed:
  18.  
  19. >ANY CHANCE FOR PORTING MSVC++ CODE FROM 3.1 INTO SUN'S UNIX?
  20. >EVEN WHEN USED MFC?
  21.  
  22. >Is there any quick (hopefully not dirty!) way to port MFX code
  23. >into SunOs? Is there any similar C++ framework in SunOS or 
  24. >Solaris? The idea is to port the same application into UNIX
  25. >having exactly the same logic. X-Window will be used.
  26. >In Windows the app is using Winsockets and TCP/IP.
  27.  
  28. >The app is relying rather much on MFC...
  29.  
  30. >thanks, Hannu Heikkinen
  31.  
  32.  
  33. You might check out Bristol Technologies (http://www.bristol.com).
  34. They market a product called "Wind/U".  Quoting from their web
  35. page ( hypeWarning = true;)
  36. "The Wind/U portability toolkit implements the Microsoft Windows API
  37. under Motif. Wind/U supports Win16, Win32, and the Microsoft
  38. Foundation Class (MFC) library. You can recompile your Windows
  39. application in the UNIX environment and link to the Wind/U library.
  40. Wind/U maps the Windows function calls to native Motif and X Window
  41. System calls, allowing the application to execute in the native UNIX
  42. environment. Your application has the look and feel of Motif on UNIX,
  43. but all the functionality of your Windows version, including DDE, MDI,
  44. Palettes, Common Dialogs, and WinSock. "
  45. (hypeWarning = false;)
  46.  
  47. Good luck!
  48.  
  49. jeff
  50.  
  51.  
  52.